home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 API Bible / Windows 95 API Bible 3 Disc Set.iso / Win32 API Bible Book 1 of 3 / CHAPTE30 / MYDLL.DEF < prev    next >
Text File  |  1996-01-02  |  219b  |  11 lines

  1. ; MyDLL.def : Declares the module parameters for the DLL.
  2.  
  3. LIBRARY      "MYDLL"
  4. DESCRIPTION  'MYDLL Windows Dynamic Link Library'
  5.  
  6. SECTIONS
  7.    .GLOBALS READ WRITE SHARED
  8.  
  9. EXPORTS
  10.     ;Explicit exports go here
  11.